Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1SelectionManager<T> Class / SelectedItems Property

In This Topic
    SelectedItems Property (C1SelectionManager<T>)
    In This Topic
    Gets the list of current selected items.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SelectedItems As IList(Of T)
    public IList<T> SelectedItems {get;}
    See Also